@charset "utf-8";

.title {
  text-align: center;
  position: absolute;
  width: 100%;
}

.title>h1 {
  font-size: 48px;
  font-family: "Rajdhani";
  color: #333333;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.title h2 {
  font-size: 36px;
  color: rgb(51, 51, 51);
  line-height: 1;
}

section {
  padding-top: 150px;
}

.boxSlide {
  width: 100%;
  height: 100%;
}

.brf {
  border-right: 1px solid #ffffff80;
  padding-right: 50px;
}

.blf {
  border-left: 1px solid #ffffff80;
  padding-left: 50px;
}

html, body {
  position: relative;
  height: 100%;
}

.box-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* end-banner */
.box-slide7 {
  height: auto !important;
}

/* banner */
.bannerSwiper, .banner-wrapper {
  width: 100%;
  height: 100%;
}

.banner-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-slide .container {
  position: absolute;
  height: 100%;
}

.bannerTxt {
  position: absolute;
  left: 2%;
  top: 35%;
  text-align: left;
  height: 65%;
  width: 96%;
  z-index: 2;
}

.bannerTxt>h1 {
  font-size: 24px;
  color: #333;
  margin: 0;
  margin-bottom: 15px;
  letter-spacing: 5px;
  line-height: 64px;
  /* text-shadow: 0 0 20px #000; */
}

.bannerTxt span {
  font-size: 48px;
  font-weight: bold;
  color: #015198;
  margin: 0;
  margin-bottom: 15px;
}

.bannerTxt a {
  text-align: center;
  font-size: 18px;
  color: #015198;
  text-align: center;
  display: block;
  margin: 30px 0;
  width: 200px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #015198;
}

.bannerTxt a img {
  width: 25px;
  height: 30px;
}

/* end-banner */
/* Product */
.boxPorductList {
  background: url(../../images/productList_LIZHI.png) no-repeat bottom;
  background-color: #e5edf4;
  background-size: 100%;
  height: 100%;
}

.boxPorductList .container {
  height: 100%;
  position: relative;
  padding-top: 100px
}

.PorductListContainer {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-wrapper {
  /* 通过改变animation-timing-function 制作弹性切换效果 */
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.PorductListSlide {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

.PorductListSlide .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 65%;
  height: 100%;
}

.PorductListSlide .text h1 {
  font-size: 36px;
  color: rgb(29, 29, 31);
  font-weight: bold;
  line-height: 1;
}

.PorductListSlide .text p {
  margin-top: 30px;
  font-size: 16px;
  color: rgb(29, 29, 31);
  line-height: 2;
  max-width: 800px;
}

.PorductListSlide .text .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.PorductListSlide .text .list span {
  margin-right: 30px;
  padding: 0 15px;
  width: 150px;
}

.PorductListSlide .text .list span a {
  text-align: center;
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 2.5;
  transition: 1s;
  letter-spacing: 0.6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.PorductListSlide .text .list span:hover {
  background: #015198;
}

.PorductListSlide .text .list span:hover a {
  color: #fff;
}

.PorductListSlide .text>a {
  display: block;
  border-width: 1px;
  border-color: #015198;
  border-style: solid;
  width: 118px;
  height: 30px;
  font-size: 16px;
  color: #015198;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  margin-top: 60px;
}

.PorductListSlide .ListImg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35%;
}

.PorductListContainer .button>div {
  width: 50px;
  height: 50px;
}

.PorductListContainer .button>div:after {
  color: #fff;
  width: 50px;
  height: 50px;
  background: #015198;
  display: block;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
}

.swiper-button-prev {
  top: auto;
  left: 30px;
  bottom: 5vh !important;
}

.swiper-button-next {
  top: auto;
  right: auto;
  left: 100px;
  bottom: 5vh !important;
}

/* end-Product */
/* about */
.aboutBigBox {
  background: url(../../images/aboutBj.jpg) no-repeat center;
  height: 100%;
}

.aboutBigBox .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aboutText h1 {
  font-size: 36px;
  color: rgb(229, 237, 244);
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

.aboutText span {
  display: block;
  font-size: 18px;
  color: rgb(229, 237, 244);
  line-height: 2;
  margin-top: 15px;
  margin-bottom: 45px;
}

.aboutText .text {
  font-size: 16px;
  color: rgb(229, 237, 244);
  line-height: 2.5;
  width: 60%;
  margin: 0;
}

.aboutNumber {
  width: 50%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.NumberBox {
  color: #fff;
}

.NumberBox img {
  filter: invert(100%);
}

.NumberTop {
  display: flex;
  align-items: baseline;
  margin-top: 15px;
  margin-bottom: 10px;
}

.NumberTop p {
  margin: 0;
}

.counter {
  color: #fff;
  font-size: 36px;
  font-family: "Rajdhani";
  font-weight: bold;
  line-height: 1;
}

/* end-about */
/* Honor */
.HonorBigBox {
  background: url(../../images/HonorBj.jpg) no-repeat center;
  background-color: #e5edf4;
  background-size: 100%;
  height: 100%;
}

.HonorBigBox .container {
  height: 100%;
  position: relative;
  padding-top: 100px
}

.HonorList {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}

.HonorList a {
  display: block;
  width: 20%;
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 34px;
  border-width: 2px;
  border-color: rgb(51, 51, 51);
  border-style: solid;
  height: 36px;
  border-radius: 50px;
  text-align: center;
  transition: 1s;
}

.HonorList a.cur {
  border-color: rgb(1 81 152);
  color: rgb(255 255 255);
  background: rgb(1 81 152);
}

.HonorItemBox {
  height: calc(100% - 100px);
  overflow: hidden;
}

.HonorItem {
  height: 100%;
}

.HonorSwiper {
  width: 100%;
  height: 100%;
}

.HonorSlide img {
  width: 100%;
}

.HonorSlide {
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  transition: 300ms;
  transform: scale(0.6);
}

.HonorSwiper .swiper-slide-prev {
  transform: scale(0.8);
}

.HonorSwiper .swiper-slide-next {
  transform: scale(0.8);
}

.HonorSwiper .swiper-slide-active, .HonorSwiper .swiper-slide-duplicate-active {
  transform: scale(1);
}

.HonorItem .swiper-pagination {
  bottom: 0;
}

.HonorItem .swiper-pagination span {
  transition: 1s;
}

.HonorItem .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 10px;
}

/* end-Honor */
/* Partner */
.PartnerBigBox {
  background: url(../../images/PartnerBj.jpg) no-repeat center;
  background-color: #e5edf4;
  background-size: 100%;
  height: 100%;
}

.PartnerBigBox .title {
  width: 30%;
  left: 35%;
  top: calc(50% - 150px);
}

.PartnerBigBox .title h1 {
  color: #fff;
}

.PartnerBigBox .title h2 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 30px;
}

.PartnerBigBox .title p {
  color: #fff;
}

.PartnerBox img {
  width: 100%;
}

.PartnerBox .img2 {
  display: none;
}

/* end-Partner */